From: Luc Teirlinck Date: Sat, 27 Mar 2004 04:05:23 +0000 (+0000) Subject: (buffer-stale-function): Minor doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23479 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e6ceeac35af55fd7d0e76f88fee8dae8e8fcf2cc;p=emacs.git (buffer-stale-function): Minor doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index c098cbcc7ff..706c6856775 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3461,10 +3461,10 @@ Auto Revert Mode sets NOCONFIRM to t. The function should return non-nil if the buffer should be reverted. The buffer is current when this function is called. -The idea behind the NOCONFIRM argument is that it should be t if -the buffer is going to be reverted without asking the user. In -such situations, one has to be careful with potentially time -consuming operations.") +The idea behind the NOCONFIRM argument is that it should be +non-nil if the buffer is going to be reverted without asking the +user. In such situations, one has to be careful with potentially +time consuming operations.") (defvar before-revert-hook nil "Normal hook for `revert-buffer' to run before reverting.